Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getUnit
(Results
26 - 46
of
46
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86DiscriminateMemOps.cpp
93
if (!FDI || !FDI->
getUnit
()->getDebugInfoForProfiling())
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
DIE.cpp
198
const DIEUnit *Unit =
getUnit
();
in getDebugSectionOffset()
214
DIEUnit *DIE::
getUnit
() const {
in getUnit()
function in DIE
651
Entry->
getUnit
()->getCrossSectionRelativeBaseAddress()) {
H
A
D
DwarfUnit.cpp
383
const DIEUnit *CU = Die.
getUnit
();
in addDIEEntry()
384
const DIEUnit *EntryCU = Entry.getEntry().
getUnit
();
in addDIEEntry()
387
CU = getUnitDie().
getUnit
();
in addDIEEntry()
389
EntryCU = getUnitDie().
getUnit
();
in addDIEEntry()
703
return static_cast<DwarfUnit *>(ContextDIE->
getUnit
())
in getOrCreateTypeDIE()
1159
static_cast<DwarfUnit *>(SPDie.
getUnit
())
in getOrCreateSubprogramDIE()
H
A
D
DwarfDebug.cpp
528
if (useSplitDwarf() && !shareAcrossDWOCUs() && !SP->
getUnit
()->getSplitDebugInlining())
532
auto &CU = getOrCreateDwarfCompileUnit(SP->
getUnit
());
1064
// DIE::
getUnit
isn't simple - it walks parent pointers, etc.
1073
assert(SP->
getUnit
()->getEmissionKind() != DICompileUnit::NoDebug);
1075
getOrCreateDwarfCompileUnit(SP->
getUnit
()),
1682
if (!SP || SP->
getUnit
()->getEmissionKind() == DICompileUnit::NoDebug)
1810
MF.getFunction().getSubprogram()->
getUnit
());
1828
if (SP->
getUnit
()->getEmissionKind() == DICompileUnit::NoDebug)
1834
DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(SP->
getUnit
());
1870
DwarfCompileUnit &TheCU = *CUMap.lookup(SP->
getUnit
());
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H
A
D
UnitsRouter.java
66
MeasureUnitImpl.UnitsParser.parseForIdentifier(preference.
getUnit
());
in UnitsRouter()
H
A
D
UnitPreferences.java
164
public String
getUnit
() {
in getUnit()
method in UnitPreferences.UnitPreference
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H
A
D
LocalizedNumberFormatter.java
102
MeasureUnit unit = input.
getUnit
();
in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H
A
D
LocalizedNumberFormatter.java
97
MeasureUnit unit = input.
getUnit
();
in format()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H
A
D
DWARFFormValue.h
79
const DWARFUnit *
getUnit
() const { return U; }
in getUnit()
function in llvm::DWARFFormValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
LexicalScopes.h
50
assert(D->getSubprogram()->
getUnit
()->getEmissionKind() !=
in LexicalScope()
H
A
D
DIE.h
813
DIEUnit *
getUnit
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
CloneFunction.cpp
134
MD[SP->
getUnit
()].reset(SP->
getUnit
());
in CloneFunctionInto()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
DebugInfo.cpp
186
processCompileUnit(SP->
getUnit
());
in processSubprogram()
433
auto *Unit = cast_or_null<DICompileUnit>(map(MDS->
getUnit
()));
in getReplacementSubprogram()
525
remap(MDSub->
getUnit
());
in remap()
H
A
D
LLVMContextImpl.h
662
Unit == RHS->
getUnit
() &&
in isKeyOf()
H
A
D
Metadata.cpp
1531
if (DICompileUnit *CU = SP->
getUnit
()) {
H
A
D
Verifier.cpp
1138
verifySourceDebugInfo(*N.
getUnit
(), *N.getFile());
in visitDISubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
MachineOutliner.cpp
1163
DICompileUnit *CU = SP->
getUnit
();
in createOutlinedFunction()
H
A
D
LiveDebugValues.cpp
1631
if (MF.getFunction().getSubprogram()->
getUnit
()->getEmissionKind() ==
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H
A
D
BTFDebug.cpp
849
auto *Unit = SP->
getUnit
();
in beginFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
DebugInfoMetadata.h
1691
getUnit
(), getTemplateParams(), getDeclaration(),
1803
DICompileUnit *
getUnit
() const {
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 42 milliseconds
1
2