OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLabelLocations
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
334
///
getLabelLocations
- Return the label locations map of the label IDs to
336
virtual DenseMap<MCSymbol*, uintptr_t> *
getLabelLocations
() { return 0; }
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
456
virtual DenseMap<MCSymbol*, uintptr_t> *
getLabelLocations
() {
[
all
...]
Completed in 31 milliseconds